home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Flexible Writing Planner / card_5442.txt < prev    next >
Text File  |  1990-04-02  |  20KB  |  799 lines

  1. -- card: 5442 from stack: in
  2. -- bmap block id: 6009
  3. -- flags: 0000
  4. -- background id: 2602
  5. -- name: Organize Ideas
  6. ----- HyperTalk script -----
  7. on mousestilldown
  8.   if "card field" is in the name of the target then
  9.     global mode
  10.     if mode is "arrange boxes"
  11.     then set loc of target to the mouseloc
  12.     if target contains "drag me" then put empty into target
  13.   end if
  14. end mousestilldown
  15.  
  16. on mouseUp
  17.   if "card field" is in the name of the target then
  18.     global mode,link1,link2,links,lineColor
  19.     if mode is "draw a link" or mode is "erase a link" then
  20.       set the cursor to watch
  21.       add 1 to links
  22.       if links is 1 then
  23.         put loc of target into link1
  24.         set rect of card button "hilite" to rect of target
  25.         show card button "hilite"
  26.         exit mouseUp
  27.       end if
  28.       if links is 2 then
  29.         put loc of target into link2
  30.         set rect of card button "hilite" to rect of target
  31.         show card button "hilite"
  32.         choose line tool
  33.         get the pattern
  34.         set the pattern to lineColor
  35.         set dragspeed to 300
  36.         drag from link1 to link2 with optionKey
  37.         choose browse tool
  38.         put 0 into links
  39.         hide card button "hilite"
  40.         exit mouseUp
  41.       end if
  42.       put 0 into links
  43.     end if
  44.     if target contains "drag me" then put empty into target
  45.  
  46.     if mode is "delete a box" then
  47.       set rect of card button "hilite" to rect of target
  48.       show card button "hilite"
  49.       wait 30
  50.       answer "OK to DELETE the highlighted box?" with "OK" or "Cancel"
  51.       if it is "cancel" then
  52.         hide card button "hilite"
  53.         exit mouseUp
  54.       else
  55.         set cursor to watch
  56.         lock screen
  57.         get the name of target
  58.         select it
  59.         type "x" with commandKey
  60.         hide card button "hilite"
  61.         choose browse tool
  62.         unlock screen with visual dissolve slowly
  63.       end if
  64.     end if
  65.  
  66.   end if
  67. end mouseUp
  68.  
  69. on closeCard
  70.   if visible of card button "cover" is true then
  71.     hideAll
  72.     lockFields
  73.   end if
  74.   hide card button "hilite"
  75.   hide cd btn "print cover.1"
  76.   hide cd btn "print cover.2"
  77.   pass closecard
  78. end closeCard
  79.  
  80. on openCard
  81.   put background field "topic" into card field "topic"
  82.   pass opencard
  83. end openCard
  84.  
  85.  
  86.  
  87. on hideAll
  88.   global mode
  89.   lock screen
  90.   if mode is not empty then
  91.     set hilite of card button mode to false
  92.     put empty into mode
  93.   end if
  94.   set visible of card field "instructions 1" to not visible of card field "instructions 1"
  95.   set visible of card button "Draw A Link" to not visible of card button "Draw A Link"
  96.   set visible of card button "Erase A Link" to not visible of card button "Erase A Link"
  97.   set visible of card button "cover" to not visible of card button "cover"
  98.   set visible of card button "revert" to not visible of card button "revert"
  99.   set visible of card button id 23 to not visible of card button id 23
  100.   set visible of card button "add a box" to not visible of card button "add a box"
  101.   set visible of card button "delete a box" to not visible of card button "delete a box"
  102.   set visible of card button "arrange boxes" to not visible of card button "arrange boxes"
  103.   set visible of card button "erase all links" to not visible of card button "erase all links"
  104.   set visible of card button "write in boxes" to not visible of card button "write in boxes"
  105.   set visible of card button id 89 to not visible of card button id 89
  106.   set visible of card field "write in boxes" to not visible of card field "write in boxes"
  107.   unlock screen with visual wipe right slowly
  108. end hideAll
  109.  
  110. on lockFields
  111.   repeat with i = 1 to the number of card fields
  112.     set locktext of card field i to true
  113.   end repeat
  114. end lockFields
  115.  
  116.  
  117.  
  118.  
  119.  
  120. -- part 3 (field)
  121. -- low flags: 81
  122. -- high flags: 0000
  123. -- rect: left=41 top=40 right=73 bottom=442
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 3
  128. -- text size: 12
  129. -- style flags: 8192
  130. -- line height: 16
  131. -- part name: organize help
  132.  
  133.  
  134. -- part 5 (field)
  135. -- low flags: 81
  136. -- high flags: 0000
  137. -- rect: left=44 top=42 right=76 bottom=443
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 3
  142. -- text size: 12
  143. -- style flags: 8192
  144. -- line height: 16
  145. -- part name: 
  146.  
  147.  
  148. -- part 6 (field)
  149. -- low flags: 81
  150. -- high flags: 0000
  151. -- rect: left=42 top=38 right=72 bottom=444
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 1
  155. -- font id: 3
  156. -- text size: 12
  157. -- style flags: 8192
  158. -- line height: 16
  159. -- part name: 
  160.  
  161.  
  162. -- part 213 (button)
  163. -- low flags: 00
  164. -- high flags: A000
  165. -- rect: left=371 top=296 right=342 bottom=409
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 1008 / 1008
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Print
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   answer "Be certain that the printer is ready." with "OK" or "Cancel"
  177.   if it is "cancel" then exit mouseup
  178.   lock screen
  179.   if it is "cancel" then exit mouseup
  180.   else
  181.     set cursor to watch
  182.     lock screen
  183.     show cd btn "print cover.1"
  184.     show cd btn "print cover.2"
  185.     print this card
  186.     hide cd btn "print cover.1"
  187.     hide cd btn "print cover.2"
  188.   end if
  189. end mouseUp
  190.  
  191.  
  192.  
  193. -- part 9 (field)
  194. -- low flags: 01
  195. -- high flags: 0004
  196. -- rect: left=139 top=150 right=177 bottom=330
  197. -- title width / last selected line: 0
  198. -- icon id / first selected line: 0 / 0
  199. -- text alignment: 1
  200. -- font id: 3
  201. -- text size: 10
  202. -- style flags: 8448
  203. -- line height: 11
  204. -- part name: Topic
  205.  
  206.  
  207. -- part 23 (button)
  208. -- low flags: 00
  209. -- high flags: 8002
  210. -- rect: left=3 top=273 right=288 bottom=186
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 0 / 0
  213. -- text alignment: 1
  214. -- font id: 3
  215. -- text size: 10
  216. -- style flags: 0
  217. -- line height: 13
  218. -- part name: Click here to modify this chart...
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   set hilite of target to true
  222.   set cursor to watch
  223.   hideAll
  224.   put return&return&"      Click on one of these buttons--->>" &return&"      to change the chart above." into card field "instructions 1"
  225.   set hilite of target to false
  226. end mouseUp
  227.  
  228.  
  229.  
  230. -- part 47 (button)
  231. -- low flags: 80
  232. -- high flags: 0001
  233. -- rect: left=0 top=291 right=342 bottom=442
  234. -- title width / last selected line: 0
  235. -- icon id / first selected line: 0 / 0
  236. -- text alignment: 1
  237. -- font id: 0
  238. -- text size: 12
  239. -- style flags: 0
  240. -- line height: 16
  241. -- part name: Cover
  242.  
  243.  
  244. -- part 57 (field)
  245. -- low flags: 81
  246. -- high flags: 0000
  247. -- rect: left=-1 top=290 right=342 bottom=191
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 0
  251. -- font id: 3
  252. -- text size: 9
  253. -- style flags: 0
  254. -- line height: 10
  255. -- part name: Instructions 1
  256. ----- HyperTalk script -----
  257. on mouseUp
  258. end mouseUp
  259.  
  260. on mousestilldown
  261. end mousestilldown
  262.  
  263.  
  264.  
  265. -- part 61 (button)
  266. -- low flags: 80
  267. -- high flags: 8002
  268. -- rect: left=189 top=293 right=306 bottom=259
  269. -- title width / last selected line: 0
  270. -- icon id / first selected line: 0 / 0
  271. -- text alignment: 1
  272. -- font id: 3
  273. -- text size: 9
  274. -- style flags: 0
  275. -- line height: 12
  276. -- part name: Draw A Link
  277. ----- HyperTalk script -----
  278. on mouseUp
  279.   global mode,lineColor
  280.   if mode is "Write in boxes" then lockFields
  281.   put 12 into lineColor
  282.   set linesize to 2
  283.   if mode is not empty then set hilite of card button mode to false
  284.   set hilite of target to true
  285.   put the short name of target into mode
  286.   put empty into card field "instructions 1"
  287.   wait 30
  288.   put "     DRAW A LINK INSTRUCTIONS"&return &"1. Click on any box to begin link"&return &"2. Click another box to finish one link."&return &"3. Repeat steps 1 and 2." into card field "instructions 1"
  289. end mouseUp
  290.  
  291.  
  292. -- part 62 (button)
  293. -- low flags: 80
  294. -- high flags: 8002
  295. -- rect: left=189 top=308 right=321 bottom=259
  296. -- title width / last selected line: 0
  297. -- icon id / first selected line: 0 / 0
  298. -- text alignment: 1
  299. -- font id: 3
  300. -- text size: 9
  301. -- style flags: 0
  302. -- line height: 12
  303. -- part name: Erase A Link
  304. ----- HyperTalk script -----
  305. on mouseUp
  306.   global mode,lineColor
  307.   if mode is "Write in boxes" then lockFields
  308.   put 1 into lineColor
  309.   set linesize to 8
  310.   if mode is not empty then set hilite of card button mode to false
  311.   set hilite of target to true
  312.   put the short name of target into mode
  313.   put empty into card field "instructions 1"
  314.   wait 30
  315.   put "    ERASE A LINK INSTRUCTIONS"&return &"1. Click on any box to begin erasing"&return &"2. Click another box to finish erasing."&return &"3. Repeat steps 1 and 2 as needed." &return&"(This works best if boxes aren't moved.)" into card field "instructions 1"
  316. end mouseUp
  317.  
  318.  
  319. -- part 78 (button)
  320. -- low flags: 80
  321. -- high flags: 8002
  322. -- rect: left=266 top=308 right=321 bottom=336
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 0 / 0
  325. -- text alignment: 1
  326. -- font id: 3
  327. -- text size: 9
  328. -- style flags: 0
  329. -- line height: 12
  330. -- part name: Delete A Box
  331. ----- HyperTalk script -----
  332. on mouseUp
  333.   global mode
  334.   if mode is "Write in boxes" then lockFields
  335.   if mode is not empty then set hilite of card button mode to false
  336.   set hilite of target to true
  337.   get the short name of target
  338.   put it into mode
  339.   put empty into card field "instructions 1"
  340.   wait 30
  341.   put "       DELETE A BOX INSTRUCTIONS" &return&"1.  Click on the box to be deleted." &return&"2.  Confirm deletion of hilited box." &return&"Note: You might Erase A Link before deleting a box." into card field "instructions 1"
  342.   answer "Now click on the box that you wish to delete."
  343. end mouseUp
  344.  
  345.  
  346.  
  347. -- part 79 (button)
  348. -- low flags: 80
  349. -- high flags: 8002
  350. -- rect: left=189 top=323 right=336 bottom=259
  351. -- title width / last selected line: 0
  352. -- icon id / first selected line: 0 / 0
  353. -- text alignment: 1
  354. -- font id: 3
  355. -- text size: 9
  356. -- style flags: 0
  357. -- line height: 12
  358. -- part name: Erase All Links
  359. ----- HyperTalk script -----
  360. on mouseUp
  361.   global mode
  362.   if mode is "Write in boxes" then lockFields
  363.   if mode is not empty then set hilite of card button mode to false
  364.   set hilite of target to true
  365.   get the short name of target
  366.   put it into mode
  367.   put empty into card field "instructions 1"
  368.   wait 30
  369.   put return&"Erase All Links will erase all of the lines you have " &"draw between boxes." into card field "instructions 1"
  370.  
  371.   answer "This will erase all links in the chart." with "OK" or "Cancel"
  372.  
  373.   if it is "cancel" then
  374.     set hilite of target to false
  375.     put empty into mode
  376.     put return&return&"      Click on one of these buttons--->>" &return&"      to change the chart above." into card field "instructions 1"
  377.     exit mouseUp
  378.   end if
  379.  
  380.   set cursor to watch
  381.   lock screen
  382.   put the userlevel into savelevel
  383.   choose select tool
  384.   set dragspeed to 0
  385.   drag from 0,47 to 511,287
  386.   type "x" with commandKey
  387.   choose browse tool
  388.   set the userlevel to saveLevel
  389.   unlock screen with visual dissolve slowly
  390.   set hilite of target to false
  391.   put empty into mode
  392.   put return&return&"      Click on one of these buttons--->>" &return&"      to change the chart above." into card field "instructions 1"
  393. end mouseUp
  394.  
  395.  
  396.  
  397. -- part 80 (button)
  398. -- low flags: 80
  399. -- high flags: 8002
  400. -- rect: left=266 top=323 right=336 bottom=336
  401. -- title width / last selected line: 0
  402. -- icon id / first selected line: 0 / 0
  403. -- text alignment: 1
  404. -- font id: 3
  405. -- text size: 9
  406. -- style flags: 0
  407. -- line height: 12
  408. -- part name: Arrange Boxes
  409. ----- HyperTalk script -----
  410. on mouseUp
  411.   global mode
  412.   if mode is "Write in boxes" then lockFields
  413.   if mode is not empty then set hilite of card button mode to false
  414.   set hilite of target to true
  415.   get the short name of target
  416.   put it into mode
  417.   put empty into card field "instructions 1"
  418.   wait 30
  419.   put"     ARRANGE BOXES INSTRUCTIONS" &return&"To move a box, click and drag it." &return&"Note:  If boxes are moved after drawing links, it may not be as" &"easy to Erase A Link." into card field "instructions 1"
  420. end mouseUp
  421.  
  422.  
  423.  
  424.  
  425. -- part 83 (field)
  426. -- low flags: 81
  427. -- high flags: 0002
  428. -- rect: left=342 top=293 right=315 bottom=396
  429. -- title width / last selected line: 0
  430. -- icon id / first selected line: 0 / 0
  431. -- text alignment: 1
  432. -- font id: 3
  433. -- text size: 9
  434. -- style flags: 0
  435. -- line height: 10
  436. -- part name: write in boxes
  437.  
  438.  
  439. -- part 84 (button)
  440. -- low flags: 80
  441. -- high flags: 0000
  442. -- rect: left=342 top=293 right=315 bottom=396
  443. -- title width / last selected line: 0
  444. -- icon id / first selected line: 0 / 0
  445. -- text alignment: 1
  446. -- font id: 0
  447. -- text size: 12
  448. -- style flags: 0
  449. -- line height: 16
  450. -- part name: Write In Boxes
  451. ----- HyperTalk script -----
  452. on mouseUp
  453.   global mode
  454.   if mode is not empty then set hilite of card button mode to false
  455.   set hilite of target to true
  456.  
  457.   get the short name of target
  458.   put it into mode
  459.   repeat with i = 1 to the number of card fields
  460.     set locktext of card field i to false
  461.   end repeat
  462.   set locktext of card field "instructions 1" to true
  463.   set locktext of card field "Topic" to true
  464. end mouseUp
  465.  
  466.  
  467.  
  468. -- part 89 (button)
  469. -- low flags: 80
  470. -- high flags: 8002
  471. -- rect: left=3 top=273 right=288 bottom=186
  472. -- title width / last selected line: 0
  473. -- icon id / first selected line: 0 / 0
  474. -- text alignment: 1
  475. -- font id: 3
  476. -- text size: 10
  477. -- style flags: 0
  478. -- line height: 13
  479. -- part name: Click here when done with chart.
  480. ----- HyperTalk script -----
  481. on mouseUp
  482.   set hilite of target to true
  483.   set cursor to watch
  484.   hideAll
  485.   lockFields
  486.   put empty into card field "instructions 1"
  487.   set hilite of target to false
  488. end mouseUp
  489.  
  490.  
  491.  
  492. -- part 132 (button)
  493. -- low flags: 80
  494. -- high flags: 8002
  495. -- rect: left=266 top=293 right=306 bottom=336
  496. -- title width / last selected line: 0
  497. -- icon id / first selected line: 0 / 0
  498. -- text alignment: 1
  499. -- font id: 3
  500. -- text size: 9
  501. -- style flags: 0
  502. -- line height: 12
  503. -- part name: Add A Box
  504. ----- HyperTalk script -----
  505. on mouseUp
  506.   global mode
  507.   if mode is "Write in boxes" then lockFields
  508.   if mode is not empty then set hilite of card button mode to false
  509.   set hilite of target to true
  510.   get the short name of target
  511.   put it into mode
  512.   put return&return&"When the new box appears, drag it to its new location." into card field "instructions 1"
  513.  
  514.   answer "OK to add a box?" with "OK" or "Cancel"
  515.   if it is "cancel" then
  516.     set hilite of target to false
  517.     put empty into mode
  518.     put return&return&"      Click on one of these buttons--->>" &return&"      to change the chart above." into card field "instructions 1"
  519.     exit mouseUp
  520.   end if
  521.  
  522.   set cursor to watch
  523.   put return&return&"This will take about 4 seconds." into card field "instructions 1"
  524.   lock screen
  525.   doMenu "new field"
  526.   get the number of card fields
  527.   set the rect of card field it to 257,271,344,292
  528.   set the textFont of card field it to geneva
  529.   set the textSize of card field it to 9
  530.   set the textStyle of card field it to plain,condense
  531.   set the textAlign of card field it to center
  532.   set the textHeight of card field it to 9
  533.   set the textStyle of card field it to plain
  534.   set the Style of card field it to rectangle
  535.   set the lockText of card field it to true
  536.   show card button "hilite"
  537.   select card button "hilite"
  538.   type "x" with commandKey
  539.   type "v" with commandKey
  540.   hide card button "hilite"
  541.   choose browse tool
  542.   unlock screen with visual dissolve
  543.   put "Now drag me to where you want me." into card field it
  544.   send mouseUp to card button "arrange boxes"
  545. end mouseUp
  546.  
  547.  
  548.  
  549. -- part 179 (field)
  550. -- low flags: 01
  551. -- high flags: 0002
  552. -- rect: left=262 top=86 right=107 bottom=349
  553. -- title width / last selected line: 0
  554. -- icon id / first selected line: 0 / 0
  555. -- text alignment: 1
  556. -- font id: 3
  557. -- text size: 9
  558. -- style flags: 0
  559. -- line height: 9
  560. -- part name: 
  561.  
  562.  
  563. -- part 191 (button)
  564. -- low flags: 80
  565. -- high flags: 8002
  566. -- rect: left=342 top=323 right=336 bottom=396
  567. -- title width / last selected line: 0
  568. -- icon id / first selected line: 0 / 0
  569. -- text alignment: 1
  570. -- font id: 3
  571. -- text size: 9
  572. -- style flags: 0
  573. -- line height: 12
  574. -- part name: Revert
  575. ----- HyperTalk script -----
  576. on mouseUp
  577.   global mode
  578.   answer "Revert to when you just now began editing this chart?" with "OK" or "Cancel"
  579.   if it is "cancel" then
  580.     exit mouseUp
  581.     set hilite of target to false
  582.   end if
  583.   set cursor to watch
  584.   lock screen
  585.   set hilite of target to true
  586.   choose select tool
  587.   doMenu "revert"
  588.   choose browse tool
  589.   set hilite of target to false
  590.   unlock screen with visual dissolve
  591. end mouseUp
  592.  
  593.  
  594.  
  595.  
  596. -- part 214 (button)
  597. -- low flags: 80
  598. -- high flags: 0001
  599. -- rect: left=0 top=293 right=342 bottom=512
  600. -- title width / last selected line: 0
  601. -- icon id / first selected line: 0 / 0
  602. -- text alignment: 1
  603. -- font id: 0
  604. -- text size: 12
  605. -- style flags: 0
  606. -- line height: 16
  607. -- part name: print cover.1
  608.  
  609.  
  610. -- part 216 (button)
  611. -- low flags: 80
  612. -- high flags: 0001
  613. -- rect: left=3 top=273 right=288 bottom=186
  614. -- title width / last selected line: 0
  615. -- icon id / first selected line: 0 / 0
  616. -- text alignment: 1
  617. -- font id: 3
  618. -- text size: 10
  619. -- style flags: 0
  620. -- line height: 13
  621. -- part name: print cover.2
  622.  
  623.  
  624. -- part 227 (field)
  625. -- low flags: 01
  626. -- high flags: 0002
  627. -- rect: left=116 top=105 right=126 bottom=203
  628. -- title width / last selected line: 0
  629. -- icon id / first selected line: 0 / 0
  630. -- text alignment: 1
  631. -- font id: 3
  632. -- text size: 9
  633. -- style flags: 0
  634. -- line height: 9
  635. -- part name: 
  636.  
  637.  
  638. -- part 228 (field)
  639. -- low flags: 01
  640. -- high flags: 0002
  641. -- rect: left=232 top=51 right=72 bottom=319
  642. -- title width / last selected line: 0
  643. -- icon id / first selected line: 0 / 0
  644. -- text alignment: 1
  645. -- font id: 3
  646. -- text size: 9
  647. -- style flags: 0
  648. -- line height: 9
  649. -- part name: 
  650.  
  651.  
  652. -- part 229 (field)
  653. -- low flags: 01
  654. -- high flags: 0002
  655. -- rect: left=330 top=53 right=74 bottom=417
  656. -- title width / last selected line: 0
  657. -- icon id / first selected line: 0 / 0
  658. -- text alignment: 1
  659. -- font id: 3
  660. -- text size: 9
  661. -- style flags: 0
  662. -- line height: 9
  663. -- part name: 
  664.  
  665.  
  666. -- part 230 (field)
  667. -- low flags: 01
  668. -- high flags: 0002
  669. -- rect: left=72 top=75 right=96 bottom=159
  670. -- title width / last selected line: 0
  671. -- icon id / first selected line: 0 / 0
  672. -- text alignment: 1
  673. -- font id: 3
  674. -- text size: 9
  675. -- style flags: 0
  676. -- line height: 9
  677. -- part name: 
  678.  
  679.  
  680. -- part 231 (field)
  681. -- low flags: 01
  682. -- high flags: 0002
  683. -- rect: left=3 top=183 right=204 bottom=90
  684. -- title width / last selected line: 0
  685. -- icon id / first selected line: 0 / 0
  686. -- text alignment: 1
  687. -- font id: 3
  688. -- text size: 9
  689. -- style flags: 0
  690. -- line height: 9
  691. -- part name: 
  692.  
  693.  
  694. -- part 232 (field)
  695. -- low flags: 01
  696. -- high flags: 0002
  697. -- rect: left=3 top=209 right=230 bottom=90
  698. -- title width / last selected line: 0
  699. -- icon id / first selected line: 0 / 0
  700. -- text alignment: 1
  701. -- font id: 3
  702. -- text size: 9
  703. -- style flags: 0
  704. -- line height: 9
  705. -- part name: 
  706.  
  707.  
  708. -- part 236 (field)
  709. -- low flags: 01
  710. -- high flags: 0002
  711. -- rect: left=3 top=235 right=256 bottom=90
  712. -- title width / last selected line: 0
  713. -- icon id / first selected line: 0 / 0
  714. -- text alignment: 1
  715. -- font id: 3
  716. -- text size: 9
  717. -- style flags: 0
  718. -- line height: 9
  719. -- part name: 
  720.  
  721.  
  722. -- part 237 (button)
  723. -- low flags: 80
  724. -- high flags: 4000
  725. -- rect: left=330 top=53 right=74 bottom=417
  726. -- title width / last selected line: 0
  727. -- icon id / first selected line: 0 / 0
  728. -- text alignment: 1
  729. -- font id: 0
  730. -- text size: 12
  731. -- style flags: 0
  732. -- line height: 16
  733. -- part name: hilite
  734. ----- HyperTalk script -----
  735. on mouseUp
  736.   global link1,link2,links
  737.   put empty into link1
  738.   put empty into link2
  739.   put empty into links
  740.   hide target
  741. end mouseUp
  742.  
  743.  
  744.  
  745. -- part contents for card part 3
  746. ----- text -----
  747. Use one of the "maps" below to cluster your ideas for this essay.
  748.  
  749. -- part contents for card part 9
  750. ----- text -----
  751. Indians of NorthWest USA
  752.  
  753. -- part contents for background part 19
  754. ----- text -----
  755. Indians of NorthWest USA
  756.  
  757. -- part contents for card part 83
  758. ----- text -----
  759. Write
  760. In Boxes
  761.  
  762. -- part contents for card part 179
  763. ----- text -----
  764. Blackfoot
  765.  
  766. -- part contents for card part 227
  767. ----- text -----
  768. Nez Perz
  769.  
  770. -- part contents for card part 228
  771. ----- text -----
  772. supporting
  773. idea
  774.  
  775. -- part contents for card part 229
  776. ----- text -----
  777. supporting
  778. idea
  779.  
  780. -- part contents for card part 230
  781. ----- text -----
  782. supporting
  783. idea
  784.  
  785. -- part contents for card part 231
  786. ----- text -----
  787. supporting
  788. idea
  789.  
  790. -- part contents for card part 232
  791. ----- text -----
  792. supporting
  793. idea
  794.  
  795. -- part contents for card part 236
  796. ----- text -----
  797. supporting
  798. idea
  799.